'宣言 Public Overloads Shared Function CanGroup(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal groupPath As System.String _ ) As System.Boolean
public static System.bool CanGroup<T>( ICollectionView<T> collectionView, System.string groupPath ) where T: class
パラメータ
- collectionView
- The collection view.
- groupPath
- The path of the data item to which the group would be applied.
型パラメータ
- T